func runtime.buildInterfaceSwitchCache

2 uses

	runtime (current package)
		iface.go#L600: 	newC := buildInterfaceSwitchCache(oldC, t, case_, tab)
		iface.go#L613: func buildInterfaceSwitchCache(oldC *abi.InterfaceSwitchCache, typ *_type, case_ int, tab *itab) *abi.InterfaceSwitchCache {